home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmj
/
Source
/
InterfaceView.m
< prev
next >
Wrap
Text File
|
1991-03-10
|
204b
|
18 lines
/* Generated by Interface Builder */
#import "InterfaceView.h"
@implementation InterfaceView
- initFrame:( const NXRect * )frameRect {
self = [ super initFrame:frameRect ];
return self;
}
@end